Hello, i search a commend to run many dxl scripts one by one , is that possible with "runFile" ?
pragma runLim, 0 Module m = current Object o = current filtering off runFile "dxl path1" runFile "dxl path2" runFile "dxl path3"
regards, Neven
Control17 - Mon Aug 28 08:10:26 EDT 2017 |
Re: run dxl script You can do: eval_ "#include <d:/path/to/dxl 1>" eval_"#include <c:/path/to/dxl 2>" ... Regards, Mathias |
Re: run dxl script Mathias Mamsch - Tue Aug 29 03:15:03 EDT 2017 You can do: eval_ "#include <d:/path/to/dxl 1>" eval_"#include <c:/path/to/dxl 2>" ... Regards, Mathias Hello Mathias, Thank u for your reply, I use: eval_ "#include <d:/path/to/dxl 1>"
When I try to run the script from the DXL Editor I get the following error message: do u know why? Thanks again for the help. Neven
|
Re: run dxl script Control17 - Tue Aug 29 04:50:38 EDT 2017 Hello Mathias, Thank u for your reply, I use: eval_ "#include <d:/path/to/dxl 1>"
When I try to run the script from the DXL Editor I get the following error message: do u know why? Thanks again for the help. Neven
wild guess: He could not find a file named D:\path\to7dxl1 ? Did you check that the filename exists exactly like this?? |
Re: run dxl script Mathias Mamsch - Tue Aug 29 04:52:26 EDT 2017 wild guess: He could not find a file named D:\path\to7dxl1 ? Did you check that the filename exists exactly like this?? thank u, i get it . Regards, |